Package com.cisco.pt.ipc.sim.impl
Class UdpProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.UdpProcessImpl
- All Implemented Interfaces:
IPCObject,Process,UdpProcess
Information provided by the PKI file:
\class UdpProcess
\brief UdpProcess handles and manipulates the UDP process.
\example network().getDevice("Router0").getProcess("UdpProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionUdpProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:getHigherProcess(int localPort) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
UdpProcessImpl
public UdpProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getHigherProcess
Information provided by the PKI file:
\brief Returns the higher process at the specified local port. \param localPort, the local port of the process of interest. \return Process, the Process object at the specified local port.- Specified by:
getHigherProcessin interfaceUdpProcess- Parameters:
localPort- Takes in a parameter of localPort- Returns:
- Process Returns a Process
-
createCustomUdpProcess
Information provided by the PKI file:
\brief Creates a custom UDP process. \return CustomUdpProcess, the CustomUdpProcess object.- Specified by:
createCustomUdpProcessin interfaceUdpProcess- Returns:
- CustomUdpProcess Returns a CustomUdpProcess
-